-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Joomla3 #1
Open
bauer-git
wants to merge
153
commits into
DI
Choose a base branch
from
joomla3
base: DI
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
group-tabX_Y_Z (form id, rowid, tab id), to avoid conflicts when a tabbed form pops up a tabbed form.
to allow for BS3 button grouping.
extension will get treated as a file, and go through the override process, rather than just having the extension chopped off and being treated as a BS icon class.
Merge branch 'joomla3' of ssh://[email protected]/Fabrik/fabrik.git into joomla3 Conflicts: components/com_fabrik/helpers/parent.php
…corded data (fix spaces)
unless the user has canEmpty() privs. Also check for canEmpty() on import itself, to prevent spoofing of the option.
form validation events in JS, if anyone uses those events, this will break their code. We don't use them internaly, though.
name for the new DI FabModel class extends, to keep J!'s JModel::getName() from have a terminal conniption fit about the class name.
notes element, no such helper as FabrikString::safeqn().
templates, which should open Google maps app in navigation mode to the pin's destination.
…rametrically stored pk field name. Article plugin - fixed publish dates not being saved and/or offset with the correct timezone. Fixed saving record, when renaming its title to an existing title was not updating the title/alias correctly. Closes GH-1529
…tion selected, Closes GH-1472
…ng>.plg_fabrik_element_date.ini
…>.plg_fabrik_list_email.ini
…NL/<lang>.plg_fabrik_element_display.ini
removed from github once development is complete
remove parent_id check in where clause.
templates like Purity III
layout file (also added to bootstrap3-layouts), changes to list JS, changing propertiesFromArray() helper to public, removing blank line from end of icon layout, added nowrap white=space to CSS for sort headers.
formatting of the tagified text (like the default nl2br). Added nowrap to .fabrikTag in main CSS, so icon and tag label don't get wrapped.
ie 'en', 'fr', but it wasn't it was long, 'en_GB', etc. So added {shortlang} which *is* the 'en', 'fr', etc. Corrected wiki.
model. Thanks Bauer. :)
image span as an Asset), which had the somewhat major side effect of reloading the entire form. Also fixed BS3 fabrik-layout to handle multiple icon classes.
side effects, as insertSearchAllIntoFilters() now picks up any change to $condition made by getFilterValue(), necessary for date which is changing REGEXP to BETWEEN. Also added corner case handling for getFilterRO in date element.
is not set, but set in menu item to display. Need to call showInList() in activeContextElements() to get them indluded in the rendering.
Workaround for little gotcha in filter.js which was leaving the spinner up if the watched element was reset to 'Please select'.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hope I'm doing this right - it's been a while. This is a test for some 'bigger' changes.